home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Tools / Installer / Documentation / getvolumedev.doc < prev    next >
Encoding:
Text File  |  1999-10-12  |  608 b   |  23 lines

  1. GetVolumeDev
  2. ------------
  3.  
  4. Template: NAME/A,DEVENV/K,ADRENV/K
  5.  
  6. Get the exec device and unit of a DOS handler, a DOS volume or a DOS
  7. assign.
  8.  
  9. NAME: Name of handler, volume or assign
  10.  
  11. DEVENV: Name of environment variable to write the exec device name to.
  12. Default is "VOLUMEDEVICE"
  13.  
  14. ADRENV: Name of environment variable to write the unit to. Default is
  15. "VOLUMEADDRESS". The unit is typically a SCSI or IDE address.
  16.  
  17. Example:
  18.  
  19. GetVolumeDev SYS: DEVENV DEV ADRENV ADR
  20.  
  21. The environment variable DEV may get the name "scsi.device" and ADR the
  22. value 0 (if your system boot partition is connected to SCSI address 0).
  23.